home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / zkuste / MacOS / FILES / EARTH.SIT / EarthBrowser™ 1.0.2 / Data / Geofile / index.gdx < prev    next >
Encoding:
Text File  |  1999-12-27  |  475 b   |  25 lines  |  [TEXT/PLER]

  1. //
  2. // EarthBrowser - index.gdx
  3. // Copyright 1999 Lunar Software Inc.
  4. //
  5.  
  6. <GEOINDEX VERSION=1 REFRESH=600>        // refresh it every 10 hours
  7.  
  8. <global ShowVolcanoes=0/>
  9. <global ShowWebcams=0/>
  10. <temp tempString = ""/>
  11. <Action ID="INIT"> {
  12.     if(ShowVolcanoes)
  13.         ADDGEOINDEX("geofile://volcano.gdx");
  14.     if(ShowWebcams)
  15.         ADDGEOINDEX("geofile://WebCams.gdx");
  16. }
  17. </Action>
  18.  
  19. <Include "geofile://cities.gdx"/>
  20.  
  21. <Category TITLE="Web Cams" IMAGE="geofile://Images/Camera.gif"/>
  22.  
  23. </GEOINDEX>
  24.  
  25.